home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Programas / Officepasswordtool / OPRTbox10.exe / install_script.iss
Text File  |  2006-09-03  |  1KB  |  37 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Office Password Recovery Toolbox
  5. AppVerName=Office Password Recovery Toolbox 1.0
  6. AppId=Office Password Recovery Toolbox
  7. DefaultDirName={pf}\Office Password Recovery Toolbox
  8. DefaultGroupName=Office Password Recovery Toolbox
  9. UninstallDisplayIcon={app}\OPRTbox.exe
  10. OutputBaseFilename=OPRTbox10
  11. Compression=zip
  12. PrivilegesRequired=none
  13. LicenseFile=embedded\License.txt
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16.  
  17. [Files]
  18. Source: "{app}\OPRTbox.exe"; DestDir: "{app}"; 
  19. Source: "{app}\OPRTbox.chm"; DestDir: "{app}"; 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\Register.url"; DestDir: "{app}"; 
  22. Source: "{app}\empty.mdw"; DestDir: "{app}"; 
  23.  
  24. [Run]
  25. Filename: "{app}\OPRTbox.exe"; Parameters: "/setup {srcexe}"; 
  26. Filename: "{app}\OPRTbox.exe"; Description: "Run Office Password Recovery Toolbox now"; Flags: postinstall skipifsilent nowait
  27.  
  28. [Icons]
  29. Name: "{group}\Help"; Filename: "{app}\OPRTbox.chm"; 
  30. Name: "{group}\Office Password Recovery Toolbox"; Filename: "{app}\OPRTbox.exe"; 
  31. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; 
  32. Name: "{group}\Register Online..."; Filename: "{app}\Register.url"; 
  33. Name: "{userdesktop}\Office Password Recovery Toolbox"; Filename: "{app}\OPRTbox.exe"; Tasks: desktopicon; 
  34.  
  35. [Tasks]
  36. Name: "desktopicon"; Description: "Create a desktop icon"; GroupDescription: "Additional icons:"; 
  37.